-
Notifications
You must be signed in to change notification settings - Fork 395
T8027: vpn: adding config for swanctl "send-cert always" #4859
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: current
Are you sure you want to change the base?
Conversation
|
👍 |
|
All contributors have signed the CLA ✍️ ✅ |
|
I have read the CLA Document and I hereby sign the CLA |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also provide smoketests for this feature
c574164 to
cb91377
Compare
c-po
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All requested changes addressed. Smoketests extended.
6bf22de to
c030154
Compare
This setting seems to be required for various Apple clients to connect to the IKEv2 IPSec VPN.
c030154 to
090c4af
Compare
|
CI integration 👍 passed! Details
|
This setting seems to be required for various Apple clients to connect to the IKEv2 IPSec VPN.
Change summary
Setting this configuration flag for a remote-access connection will cause the swanctl config file to render with "send_cert always". This causes the server to voluntarily send its certificate, even if it wasn't requested. This appears to be needed to appease certain Apple client devices.
Types of changes
Related Task(s)
https://vyos.dev/T8027
Related PR(s)
How to test / Smoketest result
I built an install image with my change and booted a vm with it. I built a remote-access VPN connection and verified that the desired configuration is emitted when the option is set. I've been forcing this configuration into my swanctl.conf on a 1.5-stream-2025-Q2 build using a post-commit hook, so the generated config works as intended.
Checklist: